home *** CD-ROM | disk | FTP | other *** search
/ What PC? 2000 May / What PC May 2000 / wpcmay00.iso / DXRS / Glossary.cxt / 00612_Field_Programming language .txt < prev    next >
Text File  |  2000-03-08  |  380b  |  1 lines

  1. Software that allows you to write instructions to define a task, which are then translated to a form understood by the PC. High-level languages such as Basic and Pascal are easy to understand and use, but slow, since each instruction is made up of a number of machine code instructions. Low-level languages, such as Assembler, are more complex to read and program in, but faster.